/*
Theme Name: Victorian Farmstead
Author: Michael Silva @michael_silva
Author URI: http://michaelsilva.me
Version: 0.1
*/

html,
body {
    height: 100%;
    padding: 0;
    margin: 0;
	}


body {
	color: #000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 21px;
	line-height: 34px;
	}

h1 {
	font-family: 'Bitter', serif;
	font-weight: 700;
	line-height: 86px;
	}

img {
	max-width: 100%;
	}
	
.wrap {
    min-height: 100%;
    height: auto!important;
    height: 100%;
    margin: 0 auto -60px;
	}

.btn-primary {
	color: #cc9933;
	font-family: 'Bitter', serif;
	font-size: 21px;
	background-color: #000;
	border-color: #000;
	}

.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary:active {
	color: #cc9933;
	background-color: rgba(0,0,0,.8);
	border-color: rgba(0,0,0,.8);
	}

#push {
	height: 60px;
	}

.site-branding  {
	text-align: center;
	padding: 40px 0;
	}

.site-title .logo img {
	}

.site-description {
	color: #D61D23;
	font-family: 'Bitter', serif;
	font-size: 22px;
	font-style: italic;
	font-weight: 400;
	margin-top: 0;
	text-shadow: 0 1px 1px #000;
	}

.site-description h2 {
	color: #D61D23;
	padding: 0;
	margin: 0;
	}

.navbar {
	background: #000;
	border-radius: 0;
	border: none;
	margin: 0;
	}

.navbar-inverse .navbar-nav>li>a {
	color: #cc9933;
	font-family: 'Bitter', serif;
	}

@media (min-width: 768px) and (max-width: 992px) {
	.navbar-inverse .navbar-nav>li>a {
		font-size: 14px;
		}
	}

@media (min-width: 992px) and (max-width: 1200px) {
	.navbar-inverse .navbar-nav>li>a {
		font-size: 18px;
		}
	}

.navbar-inverse .navbar-nav>.active>a, 
.navbar-inverse .navbar-nav>.active>a:hover, 
.navbar-inverse .navbar-nav>.active>a:focus {
	background: #cc9933;
	color: #000;
	}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:active,
.navbar-inverse .navbar-nav>li>a:focus {
	color: #cc9933;
	}

#primary section {
	padding: 40px 0 0;
	}

h1.entry-title {
	font-size: 64px;
	line-height: 66px;
	margin: 20px 0;
	}

.entry-title a {
	color: #000;
	}

.entry-title a:hover,
.entry-title a:active,
.entry-title a:focus {
	text-decoration: none;
	}


.entry-content p {
	margin-bottom: 20px;
	}

.entry-content img {
	max-width: 100%;
	height: auto;
	}

h1.widget-title {
	line-height: 36px;
	margin: 0 0 10px 0;
	}

.widget {
	display: block;
	padding: 40px 0 0;
	}

.widget .schedule {
	list-style: none;
	padding: 0;
	}

.widget .schedule-day {
	display: block;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	}

.widget .schedule-time {
	font-weight: bold;
	margin-left: 10px;
	}

#block-centered {
	text-align: center;
	}

#colophon {
	background: #000;
	color: #cc9933;
	font-family: 'Bitter', serif;
	line-height: 60px;
	height: 60px;
	margin-top: 60px;
	}

#colophon a {
	color: #cc9933;
	}

#colophon a:hover,
#colophon a:focus,
#colophon a:active {
	text-decoration: none;
	}

#colophon .social-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#colophon .social-menu li {
	padding: 0 5px;
	float: left;
	}

#colophon .social-menu li i {
	font-size: 1.5em;
	line-height: 1.5em;
	}

#block-blog-archive hr {
	display: none;
	}

.carousel {
	margin-bottom: 0px!important;
	}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */

.carousel h1 {
line-height: 1.1;
}

.carousel {
  margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  text-align: left;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 400px;
  background-color:#555;
}
.carousel img {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 400px;
}


.tablepress {
	font-size: 14px;
	line-height: 22px;
	}

.tablepress tfoot th, .tablepress thead th {
	background: #cc9933!important;
	}

.gform_wrapper ul {
	padding: 30px 0 0;
	list-style: none; 

	}
 
.gform_wrapper li {
	margin-bottom: 15px;
	}
 
.gform_wrapper form {
	margin-bottom: 0;
	}
 
.gform_wrapper .gfield_required {
	padding-left: 1px;
	color: #b94a48;
	}
 
.ginput_container input, 
.ginput_container select, 
.ginput_container textarea {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 21px;
	line-height: 34px;
	color: #555;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	}

.ginput_container input:-moz-placeholder, 
.ginput_container select:-moz-placeholder, 
.ginput_container textarea:-moz-placeholder {
 	color: #999;
 	}
 
.ginput_container input::-moz-placeholder, 
.ginput_container select::-moz-placeholder, 
.ginput_container textarea::-moz-placeholder {
	color: #999;
	}
 
.ginput_container input:-ms-input-placeholder, 
.ginput_container select:-ms-input-placeholder, 
.ginput_container textarea:-ms-input-placeholder {
	color: #999;
	}
 
.ginput_container input::-webkit-input-placeholder, 
.ginput_container select::-webkit-input-placeholder, 
.ginput_container textarea::-webkit-input-placeholder {
	color: #999;
	}
 
.ginput_container input:focus, 
.ginput_container select:focus, 
.ginput_container textarea:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
	}
 
.ginput_container input[disabled], 
.ginput_container select[disabled], 
.ginput_container textarea[disabled], 
.ginput_container input[readonly], 
.ginput_container select[readonly], 
.ginput_container textarea[readonly], 
fieldset[disabled] .ginput_container input, 
fieldset[disabled] .ginput_container select, 
fieldset[disabled] .ginput_container textarea {
	cursor: not-allowed;
	background-color: #eee;
	}
 
textarea.ginput_container input, 
textarea.ginput_container select, 
textarea.ginput_container textarea {
	height: auto;
	}
 
.ginput_container textarea {
	height: auto;
	}
 
.gform_button {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 4px;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	color: #fff;
	background-color: #428bca;
	border-color: #357ebd;
	}
 
.gform_button:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	}
 
.gform_button:hover, 
.gform_button:focus {
	color: #333;
	text-decoration: none;
	}
 
.gform_button:active, 
.gform_button.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	}
 
.gform_button.disabled, 
.gform_button[disabled], 
fieldset[disabled] .gform_button {
	cursor: not-allowed;
	pointer-events: none;
	opacity: .65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	}
 
.gform_button:hover, 
.gform_button:focus, 
.gform_button:active, 
.gform_button.active, 
.open .dropdown-toggle.gform_button {
	color: #fff;
	background-color: #3276b1;
	border-color: #285e8e;
	}
 
.gform_button:active, 
.gform_button.active, 
.open .dropdown-toggle.gform_button {
	background-image: none;
	}
 
.gform_button.disabled, 
.gform_button[disabled], 
fieldset[disabled] .gform_button, 
.gform_button.disabled:hover, 
.gform_button[disabled]:hover, 
fieldset[disabled] .gform_button:hover, 
.gform_button.disabled:focus, 
.gform_button[disabled]:focus, 
fieldset[disabled] .gform_button:focus, 
.gform_button.disabled:active, 
.gform_button[disabled]:active, 
fieldset[disabled] .gform_button:active, 
.gform_button.disabled.active, 
.gform_button[disabled].active, 
fieldset[disabled] .gform_button.active {
	background-color: #428bca;
	border-color: #357ebd;
	}
 
.gform_wrapper .gfield_error .gfield_label {
	color: #b94a48;
	}
 
.gform_wrapper .gfield_error input, 
.gform_wrapper .gfield_error select, 
.gform_wrapper .gfield_error textarea {
	border-color: #eed3d7;
	background-color: #f2dede;
	color: #b94a48;
	}
 
.gform_wrapper .gfield_error input:focus, 
.gform_wrapper .gfield_error select:focus, 
.gform_wrapper .gfield_error textarea:focus {
	border-color: #b94a48;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(185, 74, 72, 0.6);
			box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(185, 74, 72, 0.6);
	}

.validation_error {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
	background-color: #f2dede;
	border-color: #eed3d7;
	color: #b94a48;
	}

.validation_error h4 {
	margin-top: 0;
	color: inherit;
	}
 
.validation_error .alert-link {
	font-weight: bold;
	}
 
.validation_error>p, 
.validation_error>ul {
	margin-bottom: 0;
	}

.validation_error>p+p {
	margin-top: 5px;
	}

.validation_error hr {
	border-top-color: #e6c1c7;
	}

.validation_error .alert-link {
	color: #953b39;
	}
 
#gforms_confirmation_message {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
	}
 
#gforms_confirmation_message h4 {
	margin-top: 0;
	color: inherit;
	}
 
#gforms_confirmation_message .alert-link {
	font-weight: bold;
	}
 
#gforms_confirmation_message>p, #gforms_confirmation_message>ul {
	margin-bottom: 0;
	}
 
#gforms_confirmation_message>p+p {
	margin-top: 5px;
	}

.gform_fields .col-sm-6:first-child {
	padding-left: 0;
	}

@media (max-width: 768px) { 
	.gform_fields .col-xs-12 {
		padding-left: 0;
		}

	}


 .gform_fields .col-sm-6 {
	padding-right: 0;
	}

.ui-datepicker {
	width: 216px;
	height: auto;
	margin: 5px auto 0;
	font: 9pt Arial, sans-serif;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
}

.ui-datepicker a {
	text-decoration: none;
}

.ui-datepicker table {
	width: 100%;
	border-collapse: collapse;
}

.ui-datepicker-header {
	background-color: #666; /* set the header background color */
	color: #e0e0e0;
	font-weight: bold;
	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	-moz-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	text-shadow: 1px -1px 0px #000;
	filter: dropshadow(color=#000, offx=1, offy=-1);
	line-height: 30px;
	min-height: 30px !important;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #666;
}

.ui-datepicker-title {
	text-align: center;
}

.ui-datepicker-title select {
	margin-top: 2.5%;
}

.ui-datepicker-prev, 
.ui-datepicker-next {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	background-image: url('../images/datepicker/arrow.png');
	background-repeat: no-repeat;
	line-height: 600%;
	overflow: hidden;
}

.ui-datepicker-prev {
	float: left;
	background-position: center -30px;
}

.ui-datepicker-next {
	float: right;
	background-position: center 0px;
}

.ui-datepicker thead {
	background: #f7f7f7;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f7f7f7 0%, #f1f1f1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#f1f1f1));
	background: -webkit-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background: -o-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background: -ms-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background: linear-gradient(to bottom,  #f7f7f7 0%,#f1f1f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );
	border-bottom: 1px solid #bbb;
}

.ui-datepicker th {
	text-transform: uppercase;
	text-align: center;
	font-size: 6pt;
	padding: 5px 0;
	color: #666666;
	text-shadow: 1px 0px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=0);
}

.ui-datepicker tbody td {
	padding: 0;
	border-top: 1px solid #bbb;
	border-right: 1px solid #bbb;
}

.ui-datepicker tbody td:last-child {
	border-right: 0px;
}

.ui-datepicker tbody tr {
	border-bottom: 1px solid #bbb;
}

.ui-datepicker tbody tr:last-child {
	border-bottom: 0px;
}

.ui-datepicker td span, 
.ui-datepicker td a {
	display: inline-block;
	font-weight: bold;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #666666;
	text-shadow: 1px 1px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=1);
}

.ui-datepicker-calendar .ui-state-default {
	background: #ededed;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ededed 0%, #dedede 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#dedede));
	background: -webkit-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: -o-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: -ms-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: linear-gradient(to bottom,  #ededed 0%,#dedede 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );
	-webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	-moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
}

.ui-datepicker-calendar .ui-state-hover {
	background: #f7f7f7;
}

.ui-datepicker-calendar .ui-state-active {
	background: #FFF2AA; /* set the active date background color */
	border: 1px solid #c19163; /* set the active date border color */
	color: #666; /* set the active date font color */
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	text-shadow: 0px 1px 0px #FFF;
	filter: dropshadow(color=#FFF, offx=0, offy=1);
	position: relative;
	margin: -1px;
}

.ui-datepicker-unselectable .ui-state-default {
	background: #f4f4f4;
	color: #b4b3b3;
}

.ui-datepicker-calendar td:first-child .ui-state-active {
	width: 29px;
	margin-left: 0;
}

.ui-datepicker-calendar td:last-child .ui-state-active {
	width: 29px;
	margin-right: 0;
}

.ui-datepicker-calendar tr:last-child .ui-state-active {
	height: 29px;
	margin-bottom: 0;
}

td.ui-datepicker-unselectable.ui-state-disabled {
	background-color: #d7d7d7;
}

table.ui-datepicker-calendar {
	margin: 0 0 0 0 !important;
}

body div#ui-datepicker-div[style] {
	z-index: 9999 !important;
}


.updated {
	display: none;
}


.gallery-row {

	}
 
.aligncenter {
	display: block;
	margin: 0 auto;
	}
 
.alignleft {
	float: left;
	}
 
.alignright {
	float: right;
	}
 
figure.alignnone {
	margin-left: 0;
	margin-right: 0;
	}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}


.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce #content input.button.alt,
.woocommerce-page a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce-page input.button.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce-page #content input.button.alt,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page #content input.button {
	display: inline-block;
	background: none!important;
	background: #000!important;
	color: #cc9933!important;
	font-family: 'Bitter', serif!important;
	font-size: 21px!important;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	text-shadow: none!important;
	vertical-align: middle;
	padding: 6px 12px!important;
	border: none!important;
	border-radius: 4px;
	white-space: nowrap;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	}

.woocommerce div.product span.price,
.woocommerce div.product p.price,
.woocommerce #content div.product span.price,
.woocommerce #content div.product p.price,
.woocommerce-page div.product span.price,
.woocommerce-page div.product p.price,
.woocommerce-page #content div.product span.price,
.woocommerce-page #content div.product p.price,
.woocommerce ul.products li.product .price, 
.woocommerce-page ul.products li.product .price {
	color: #cc9933!important;
	}

.woocommerce ul.products li.product h3, 
.woocommerce-page ul.products li.product h3 {
	color: #000;
	font-family: 'Bitter', serif!important;
	}
.woocommerce #secondary,
.woocommerce .widget,
.woocommerce .sku {
	display: none!important;
	}

.woocommerce-checkout article {
	width: 100%;
	}


/* Recipe Builder */
.recipe-meta {
	display: table;
	background: #000;
	width: 100%;
	}

.recipe-meta span {
	display: table-cell;
	color: #cc9933;
	text-align: center;
	width: 33%;
	}
